home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / tutfiles.arc / HARDTUT.ARC / HARD2 < prev    next >
Encoding:
Text File  |  1988-08-02  |  1.3 KB  |  23 lines

  1. Let's take a brand new (empty) hard drive  and write some  files out
  2. to it.  First, keep in  mind  that your  system will always  attempt
  3. to write data to a file in contiguous (consecutive) sectors starting
  4. with  the  first available  sectors  it finds.  When  data  is first
  5. written to an  empty drive, your  system  obviously  has  no trouble
  6. finding  available contiguous space  to write the file. Let's take a
  7. look at the result of the writing of 3 files to an empty disk...
  8.  
  9. File 1 - represented by "X" - each "X" represents a single 512 byte sector.
  10. File 2 - represented by "Y" - each "Y" represents a single 512 byte sector.
  11. File 3 - represented by "Z" - each "Z" represents a single 512 byte sector.
  12.  
  13. ┌──────────────────────────────────────────────────────────────────────────┐
  14. │XXXXXXXXXXXXXXXXXXXXXXXYYYYYYYYYYZZZZZZZZZZZZZZZZZZZZZZZZZZZZ             │
  15. │                                                                          │
  16. │                                                                          │
  17. │                                                                          │
  18. │                                                                          │
  19. │                                                                          │
  20. └──────────────────────────────────────────────────────────────────────────┘
  21.  
  22.  
  23.